programming4us
           
 
 
Sharepoint

Sharepoint 2010 : Content Management - Adding a Content Type hub

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
7/3/2013 7:55:22 PM

A Content Type hub is a feature that publishes content types to other site collections. In SharePoint 2010, the content type can be defined once and managed from a central location. No longer is the content type creation in a site collection a silo of work that must be repeated in all the other site collections (and web applications) where it must be available.

Content types can now be shared across an organization.

The business rationale for this feature is the ability for an organization to create a central repository of content type assets. Then, as other site collections need to leverage these content types, they are available.

A popular feature is the publishing website. It is not uncommon to create different article content types that contain site columns. Enterprise organizations would leverage the article content types across site collections so that they are consuming the same metadata. The effect of this is a highly efficient organization through the reuse of content structures. Everyone is speaking the same language, even if there are nuances to the organization's vernacular.

This recipe shows how to set up a Content Type hub.

Getting ready

You must have farm-level administrative permissions to the Central Administration site.

Create a site collection called sites\ContentTypeHub, based on the Publishing Site Template, and make yourself the owner.

The Document ID service must be activated on the site collection that is the Content Type hub in order for the publishing to work.

How to do it...

  1. Open the Central Administration screen and click Application Management.

  2. The third section is Service Applications. Under this section, click Manage service applications.

  3. Find the Managed Metadata Service application and left-click to the right of the name, the line will be highlighted.

  4. Click the Properties option on the ribbon.

  5. The Create New Managed Metadata Service pop-up screen will appear. At the bottom of the pop-up screen, you can see a box to enter the URL of the Content Type hub.

  6. Enter the URL of the site collection that was created prior to the beginning of this recipe. It should be of the form http://servername/sites/ContentTypeHub.

  7. Check the Report syndication... option and click OK.

  8. Click to the right of Managed Metadata Service connection, highlighting the line. Click the Properties option on the ribbon.

  9. The Edit Managed Metadata Service Connection pop-up appears. Check the Consumes content types from the Content Type... option; the other three options are checked by default.

    Click OK.

  10. Open the sites/ContentTypeHub site collection. Click Site Actions and then Site Settings.

  11. Under the Galleries section click Site columns.

  12. Click Create. In the Name column, call it ArticleHeadline. Keep it as a single line of text and keep the rest of the defaults. Press OK.

  13. Navigate back to Site Settings. Under the Galleries section, click Site content types.

  14. Click Create. In the Name column, enter Article.

  15. Click on the drop-down for Parent Content Type and choose Publishing Content Types from the Select parent content type from: drop-down. Click OK.

  16. A page called Site Content Type Information is presented. Click Add from existing site columns.

  17. Add article headline and click OK.

  18. Click Manage publishing for this content type.

  19. By default Publish is chosen. Click OK.

  20. Create a new Site Collection called sites/ContentTypeHubConsume, through Central Administration. Base it on the Publishing Portal Template.

  21. Now, when the timer job runs, the new article content type that we just created (ContentTypeHubConsume) will automatically be published to the new site collection.

How it works...

The first ten steps in the recipe identify and configure the Content Hub Type site collection in the Managed Metadata Service. All of the content types are published from this hub.

In our example, both site collections were created under one web application. The web application is associated with the Managed Metadata Service that was modified in step 3.

The rest of the recipe was spent creating a content type called Article. Clicking on the content type in the Site Content Types Gallery shows a new menu item called Manage publishing for this content type under Settings.

This option contains a section called Publishing History that shows when the content type was last published. It contains three radio options: Publishing, Unpublish, and Republish.

It is important that steps 18 and 19 be run as the content type will not be published until these steps are completed.

When publishing a content type, it is not immediately available in the other site collections. This is because there are two jobs that must be run. The first is called Content Type Hub and it publishes the content types that need to be pushed. The second job is called Content Type Subscriber&; and it puts the available content types in the site collections.

There's more...

In the site collection, which is the Content Type Hub under Site Settings, there are two menu items under Site Collection Administration. These are:

  • Content type publishing: This setting allows the administrator to refresh all of the published content types. It contains a link to the error log and shows the hubs for all existing Managed Metadata Service applications.

  • Content type service application type error log: In step 7 of the recipe, we enabled the Report syndication... checkbox, in order for us to be able to receive reports on import errors. These errors are found in this log.

Site collections that are not Content Type Hubs, have only the first menu item — Content type publishing.

Other -----------------
- SharePoint 2010 : Content Management - Configuring content deployment
- SharePoint 2010 : Content Management - Routing documents to another site
- SharePoint 2010 : Content Management - Configuring advanced routing
- Sharepoint 2010 : Backup and Restore (part 5) - Restoring from a backup in Central Administration
- Sharepoint 2010 : Backup and Restore (part 4) - Backing up a farm in Central Administration
- Sharepoint 2010 : Backup and Restore (part 3) - Importing sites, Recovering data from an unattached content database
- Sharepoint 2010 : Backup and Restore (part 2) - Performing a site collection backup, Exporting sites
- Sharepoint 2010 : Backup and Restore (part 1) - Recycle Bin settings in Central Administration
- Planning Your Move from SharePoint 2007 to 2010 : Upgrade and Migration Options
- Planning Your Move from SharePoint 2007 to 2010 : Planning Your Upgrade
- Sharepoint 2007 : Create Permission Levels for a Site
- Sharepoint 2007 : Create a SharePoint Group for a Site & Edit a SharePoint Group’s Settings
- Sharepoint 2010 : Creating a .NET Connector in Visual Studio 2010 (part 2) - BDC Modeling Tools & Defining the BDC Model
- Sharepoint 2010 : Creating a .NET Connector in Visual Studio 2010 (part 1)
- Sharepoint 2007 : Associate a Workflow with a List or Library
- Sharepoint 2007 : Track the Progress of a Workflow
- Sharepoint 2007 : Start a Workflow
- Sharepoint 2007 : Create an Event with a Website
- Sharepoint 2007 : Create a Subsite
- Working with Search Page Layouts : Advanced Topics on Refinement Panel
 
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
- First look: Apple Watch

- 3 Tips for Maintaining Your Cell Phone Battery (part 1)

- 3 Tips for Maintaining Your Cell Phone Battery (part 2)
programming4us programming4us